section {
    width: 100%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.navbar {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin: 0 auto;
    z-index: 55;
    padding: 5px;
}

.menu-content {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.navbar.sticky+div {
    margin-top: 109px;
}


/*  header main start code */

.header-maincontainer {
    width: 100vw;
    height: 450px;
    display: flex;
    flex-direction: column;
    background: url(../img/poster8.svg);
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
}

.header-maincontent {
    width: 100%;
    height: 100%;
    max-width: 60%;
    display: flex;
    padding-bottom: 15px;
    margin: 0 auto;
    justify-content: space-between;
}

.header-maintext {
    width: 574px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
}

.next-back {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bas {
    width: 574px;
    height: 230px;
    display: flex;
    align-items: center;
}

.next-back img {
    width: 27px;
}

.header-maintext h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 80px;
    /* or 123% */
    display: flex;
    align-items: center;
    color: #ffffff;
}

.header-maintext a {
    color: #ffffff;
    position: relative;
    padding: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.header-maintext a::after {
    content: "";
    border-bottom: 2px solid #00A3FF;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s;
}

.header-maintext a:hover {
    color: #00a3ff;
}

.header-maintext a:hover::after {
    opacity: 1;
}


/* 
.header-maintext i{
color: #FFFFFF;
text-align: center;
font-size: 24px;
width: 40px;




} */

.header-mainimg {
    width: 40%;
    height: 90%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}


/* header main end code */


/* landing-screen  start  */

.landing-screencontainer {
    width: 100%;
    height: fit-content;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 140px auto 0 auto;
    position: relative;
}

#mobil-photo {
    display: none;
}

.landing-screenitem {
    width: 100%;
    height: fit-content;
    background: #181828;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 0 40px 35px;
}

.landing-screenitem h2 {
    width: 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
}

.landing-screenitem p {
    width: 80%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
}

.landing-screencontent {
    width: 100%;
    max-width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.landing-screenitem2 {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
}

.landing-screenitem2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* landing-screen  end */


/* project start code */

.project-slider-container {
    display: none;
}

.project-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 125px;
    position: relative;
}

.project-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.project-head {
    width: 100%;
    display: flex;
    margin-bottom: 61px;
}

.project-head h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #ffffff;
}

.project-head a {
    display: flex;
    width: 220px;
    height: 60px;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 15px;
    margin-left: 50px;
    transition: all 0.5s;
}

.project-head a:hover {
    background: #fbb226;
}

.project-head a p {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.project-head .project-link img {
    width: 34px;
}

.project-content p {
    width: 100%;
    margin: 20px;
    color: #ffffff;
    text-align: center;
}

.project-content a {
    width: 32%;
    display: block;
    margin-bottom: 20px;
}

.project-box {
    width: 100%;
    height: 401;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    flex-direction: column;
    border: 2px solid gray;
    justify-content: space-between;
    transition: all 0.8s;
}

.project-box:hover {
    border: 2px solid #fbb226;
    box-sizing: border-box;
}

.project-img {
    width: 100%;
    height: 291px;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-text {
    width: 100%;
    height: 110px;
    background: #25253e;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.6s;
    padding: 15px 10px;
}

.project-text span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
}

.project-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
}

.project-content a:hover .project-text {
    background: #fbb226;
}


/* landing project end code */


/* PRICE START CODE */

.price-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 210px;
  }
  
  .price-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
  }
  
  .price-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 61px;
  }
  
  .price-head h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    color: #ffffff;
  }
  
  /*  */
  
  /*  */
  
  .price-boxblue {
    width: 32%;
    height: fit-content;
    display:flex;
    flex-direction:column;
  }
  
  .price-boxbluehead {
    width: 100%;
    height: 102px;
    background: #181828;
    border: 2px solid #00a3ff;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .price-boxbluehead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  
  .priceblue-item {
    width: 100%;
    height: fit-content;
    background: #25253e;
    border: 2px solid #4b8ddb;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  
  .priceblue-item span {
    width: 234px;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    color: #4b8ddb;
    margin-top: 45px;
  }
  
  .priceblue-item button {
    width: 266px;
    height: 59px;
    background: #4b8ddb;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
  }
  
  .priceblue-item button:hover {
    background: #fbb226;
  }
  
  .text-center {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: 52px;
    padding-bottom: 25px;
  }
  
  .text-center h3{
  
    font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  
  color: #FFFFFF;
  }
  
  .list-open1{
    width: 100%;
    height:fit-content;
    display:flex;
    align-items: center;
    margin-top:15px;
  }
  
  .list-open1 p{
    font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  
  color: #FFFFFF;
  }
  
  .list-open1 img{
   
    margin-left:15px;
  }
  
  
  .list-box{
    width: 100%;
    height:fit-content;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-top:15px;
    margin-bottom: 15px;
  }
  
  
  .list-box li{
    width:100%;
    height:fit-content;
    display:flex;
    align-items: flex-start;
    font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #FFFFFF;
  margin-top: 15px;
  }
  
  .list-box li img{
    margin-right:10px;
  }
  
  /*  */
  
  /*  */
  
  .price-boxpurple {
    width: 32%;
    height: fit-content;
    display:flex;
    flex-direction:column;
  }
  
  .price-boxpurplehead {
    width: 100%;
    height: 102px;
    background: #181828;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .price-boxpurplehead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  
  .pricepurple-item {
    width: 100%;
    height: fit-content;
  
    background: #25253e;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  
  .pricepurple-item span {
    width: 234px;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    margin-top: 45px;
    color: #711f7e;
  }
  
  .pricepurple-item button {
    width: 266px;
    height: 59px;
    background: #711f7e;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
  }
  
  .pricepurple-item button:hover {
    background: #fbb226;
  }
  
  .pricepurple-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 20px;
  }
  
  .pricepurple-item i span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }
  
  .price-content i span i {
    font-size: 14px;
    color: #fbb226;
  }
  
  
  /*  */
  
  /*  */
  
  .price-boxyellow {
    width: 32%;
    height: fit-content;
    display:flex;
    flex-direction:column;
  }
  
  .price-boxyellowhead {
    width: 100%;
    height: 102px;
    background: #181828;
    border: 2px solid #fbb226;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .price-boxyellowhead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }
  
  .priceyellow-item {
    width: 100%;
    height: fit-content;
    background: #25253e;
    border: 2px solid #fbb226;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  
  .priceyellow-item span {
    width: 234px;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    margin-top: 45px;
    color: #fbb226;
  }
  
  .priceyellow-item button {
    width: 266px;
    height: 59px;
    background: #fbb226;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
  }
  
  .priceyellow-item button:hover {
    background: #711f7e;
  }
  
  .priceyellow-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 20px;
  }
  
  .priceyellow-item i span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }
  
  
  /* PRICE END CODE */
  

/* sosidal startcode */

.contack-sosyal {
    display: none;
}


/* sosial end code */


/* form3 start code */

.form3-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 3;
    margin-top: 200px;
    margin-bottom: 100px;
}

.form3-content {
    width: 100%;
    display: flex;
    margin: 0 auto;
}

.form3-item {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 36px;
    background: #711f7e;
}

.form3-item span {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.form3-item #form3-open {
    width: 220px;
    height: 60px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    background: transparent;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #ffffff;
    border: 2px solid #ffffff;
}

#form3-open:hover {
    color: #ffffff;
    background: #fbb226;
}


/* form3 end code */


/* landing screen vector start */

.lan-vector1 {
    position: absolute;
    width: 603.49px;
    height: 123px;
    top: -80px;
    left: -41%;
    z-index: -1;
}

.lan-vector2 {
    position: absolute;
    width: 214.62px;
    height: 214px;
    top: 93%;
    left: 90%;
    z-index: -1;
}


/* landing screen vector end */


/*  form 3 vector start */

.vector-9 {
    position: absolute;
    width: 156px;
    height: 156px;
    left: 258px;
    top: 4910px;
    z-index: -1;
}

.vector-10 {
    position: absolute;
    width: 214.61px;
    height: 214px;
    left: 1440px;
    z-index: -1;
    top: 5110px;
}


/* form 3 vector end */


/* vector end */


/* VECTOR START CODE */


/* price vector start */

.price-vector1 {
    position: absolute;
    width: 295px;
    height: 295px;
    left: -15%;
    top: -55%;
    z-index: -1;
}

.price-vector2 {
    position: absolute;
    width: 179.32px;
    height: 179.32px;
    left: -4%;
    z-index: -1;
    top: -30%;
}

.price-vector3 {
    position: absolute;
    width: 196px;
    height: 196px;
    left: 95%;
    top: 0;
    z-index: -1;
}

.price-vector4 {
    position: absolute;
    width: 224px;
    height: 224px;
    left: -10%;
    top: 100%;
    z-index: -1;
}


/* price vector end */


/* <!-- service vector start code --> */

.service-vector {
    position: absolute;
    width: 196px;
    height: 196px;
    left: -15%;
    top: 80%;
    z-index: -1;
}


/* <!-- service vector end code --> */


/* form 3vector start */

.form3-vector {
    position: absolute;
    width: 214.61px;
    height: 214px;
    top: 20px;
    left: 90%;
    z-index: -1;
}


/* form3 vector end */


/* VECTOR END CODE */

@media screen and (min-width: 2000px) {
    section {
        max-width: 65%;
        width: 100%;
    }
    /*  header main start code */
    .header-maincontent {
        width: 100%;
        height: 100%;
        max-width: 65%;
        display: flex;
        padding-bottom: 15px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .next-back img {
        width: 35px;
    }
    .header-maintext h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 75px;
        line-height: 80px;
        /* or 123% */
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .header-maintext a {
        color: #ffffff;
        position: relative;
        padding: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
    }
    /* header main end code */
    /* landing-screen  start  */
    .landing-screencontainer {
        width: 100%;
        height: fit-content;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 140px auto 60px auto;
        position: relative;
    }
    .landing-screenitem {
        width: 100%;
        background: #181828;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        padding: 35px 0 35px 35px;
    }
    .landing-screenitem h2 {
        width: 497px;
        height: fit-content;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 24px;
        color: #ffffff;
        margin-bottom: 20px;
    }
    .landing-screenitem p {
        width: 850px;
        height: fit-content;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 30px;
        color: #ffffff;
    }
    .landing-screencontent {
        width: 100%;
        height: 760px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        margin-top: 40px;
    }
    .landing-screenitem2 {
        width: 100%;
        height: 760px;
        position: relative;
        text-align: center;
        position: relative;
    }
    .landing-screenitem2 img {
        object-fit: contain;
    }
    /* landing-screen  end */
    /* project start code */
    .project-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 175px;
        position: relative;
    }
    .project-head h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 45px;
        line-height: 53px;
        color: #ffffff;
    }
    .project-box {
        width: 100%;
        height: 600px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-img {
        width: 100%;
        height: 470px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: 130px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 15px 10px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 32px;
        text-align: center;
        color: #ffffff;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
    }
    /* landing project end code */
    /* PRICE START CODE */
    .price-head h2 {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 45px;
        line-height: 53px;
        color: #ffffff;
    }
    .price-boxbluehead h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #ffffff;
    }
    .priceblue-item span {
        width: 234px;
        height: 54px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 43px;
        text-align: center;
        color: #4b8ddb;
        margin-top: 45px;
    }
    .priceblue-item button {
        width: 266px;
        height: 59px;
        background: #4b8ddb;
        cursor: pointer;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 21px;
        /* identical to box height */
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        transition: all 0.6s;
        margin-top: 34px;
    }
    .priceblue-item i {
        color: #4b8ddb;
        margin-right: 5px;
        margin-bottom: 20px;
        font-size: 25px;
    }
    .priceblue-item i span {
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 22px;
        /* or 122% */
        color: #ffffff;
    }
    .price-content i span i {
        font-size: 18px;
        color: #fbb226;
    }
    .price-boxpurplehead h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 35px;
        line-height: 30px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #ffffff;
    }
    .pricepurple-item span {
        width: 234px;
        height: 54px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 43px;
        text-align: center;
        margin-top: 45px;
        color: #711f7e;
    }
    .pricepurple-item button {
        width: 266px;
        height: 59px;
        background: #711f7e;
        cursor: pointer;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 21px;
        /* identical to box height */
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        transition: all 0.6s;
        margin-top: 34px;
    }
    .pricepurple-item i {
        font-size: 25px;
        color: #4b8ddb;
        margin-right: 5px;
        margin-bottom: 20px;
    }
    .pricepurple-item i span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 22px;
        color: #ffffff;
    }
    .price-content i span i {
        font-size: 18px;
        color: #fbb226;
    }
    .price-boxyellowhead h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 30px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #ffffff;
    }
    .priceyellow-item span {
        width: 234px;
        height: 54px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 43px;
        text-align: center;
        margin-top: 45px;
        color: #fbb226;
    }
    .priceyellow-item button {
        width: 266px;
        height: 59px;
        background: #fbb226;
        cursor: pointer;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 21px;
        /* identical to box height */
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        transition: all 0.6s;
        margin-top: 34px;
    }
    .priceyellow-item i {
        font-size: 25px;
        color: #4b8ddb;
        margin-right: 5px;
        margin-bottom: 20px;
    }
    .priceyellow-item i span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
        color: #ffffff;
    }
    /* PRICE END CODE */
    /* recipe start code */
    .recipe-content {
        width: 100%;
        max-width: 65%;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .recipe-head h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 45px;
        line-height: 53px;
        color: #ffffff;
    }
    .recipe-btn {
        width: 30%;
        height: 60px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        background: #25253e;
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 103.9%;
        /* or 18px */
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        cursor: pointer;
    }
    .recipe-listhead h2 {
        width: 160px;
        height: 30px;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .recipe-list2boxhead {
        width: 100%;
        height: 30px;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: #ffffff;
        margin-bottom: 40px;
    }
    .recipe-list2boxhead h2 {
        width: 100%;
        height: 30px;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .recipe-list2boxhead .bluehead {
        width: 100%;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 22px;
        align-items: flex-start;
        text-align: center;
        color: #ffffff;
        box-sizing: border-box;
        padding: 5px;
    }
    .recipe-list2boxhead .yellowhead {
        width: 160px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        line-height: 22px;
        padding: 5px;
        align-items: flex-start;
        text-align: center;
        color: #ffffff;
    }
    .recipe-list2box li {
        width: 100%;
        margin: 0 auto;
        color: #ffffff;
        align-items: flex-start;
        list-style-type: disc;
        padding: 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 16px;
        /* or 114% */
        color: #ffffff;
    }
    .recipe-list3boxhead h2 {
        width: 160px;
        height: 30px;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .recipe-list3box li {
        width: 32%;
        color: #ffffff;
        align-items: flex-start;
        list-style-type: disc;
        padding: 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 16px;
        color: #ffffff;
    }
    /* recipe end code */
    .form3-container {
        margin-bottom: 80px;
    }
    /* vector start  */
    /* landing screen vector start */
    .lan-vector1 {
        position: absolute;
        width: 603.49px;
        height: 123px;
        top: -80px;
        left: -29%;
    }
    .lan-vector2 {
        position: absolute;
        width: 214.62px;
        height: 214px;
        top: 100%;
        left: 90%;
    }
    /* landing screen vector end */
    /*  form 3 vector start */
    .vector-9 {
        position: absolute;
        width: 156px;
        height: 156px;
        left: 258px;
        top: 4910px;
    }
    .vector-10 {
        position: absolute;
        width: 214.61px;
        height: 214px;
        left: 1440px;
        top: 5110px;
    }
    /* form 3 vector end */
    /* vector end */
    /* VECTOR START CODE */
    /* price vector start */
    .price-vector1 {
        position: absolute;
        width: 295px;
        height: 295px;
        left: -15%;
        top: -55%;
    }
    .price-vector2 {
        position: absolute;
        width: 179.32px;
        height: 179.32px;
        left: -4%;
        top: -30%;
    }
    .price-vector3 {
        position: absolute;
        width: 196px;
        height: 196px;
        left: 95%;
        top: 0;
    }
    .price-vector4 {
        position: absolute;
        width: 224px;
        height: 224px;
        left: -10%;
        top: 100%;
    }
    /* price vector end */
    /* <!-- service vector start code --> */
    .service-vector {
        position: absolute;
        width: 196px;
        height: 196px;
        left: -15%;
        top: 80%;
    }
    /* <!-- service vector end code --> */
    /* form 3vector start */
    .form3-vector {
        position: absolute;
        width: 214.61px;
        height: 214px;
        top: 20px;
        left: 90%;
    }
    /* form3 vector end */
    /* VECTOR END CODE */
}

@media screen and (max-width: 1720px) {
    section {
        width: 100%;
        max-width: 65%;
    }
    .menu-content {
        width: 100%;
        max-width: 65%;
        margin: 0 auto;
        display: flex;
        position: fixed;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .header-maincontent {
        max-width: 65%;
    }
    .landing-screenitem2 {
        width: 100%;
        height: 700px;
        position: relative;
        text-align: center;
        position: relative;
    }
    .landing-screenitem2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .recipe-content {
        max-width: 65%;
    }
    /* project start code */
    .project-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 200px;
        position: relative;
    }
    /* tag menu start */
    .tagcontainer {
        width: 100%;
    }
    .tagcontent {
        width: 100%;
        max-width: 100%;
    }
    .tagcontent a {
        width: 10.5%;
        height: 23px;
    }
    /* vector start  */
    /* landing screen vector start */
    .lan-vector1 {
        position: absolute;
        width: 400px;
        height: 90px;
        top: -13%;
        left: -20%;
    }
    .lan-vector2 {
        position: absolute;
        width: 185px;
        height: 185px;
        top: 105%;
        left: 90%;
    }
    /* landing screen vector end */
    /*  form 3 vector start */
    .vector-9 {
        position: absolute;
        width: 156px;
        height: 156px;
        left: 258px;
        top: 4910px;
    }
    .vector-10 {
        position: absolute;
        width: 214.61px;
        height: 214px;
        left: 1440px;
        top: 5110px;
    }
    /* form 3 vector end */
    /* vector end */
    /* VECTOR START CODE */
    /* price vector start */
    .price-vector1 {
        position: absolute;
        width: 250px;
        height: 250px;
        left: -12%;
        top: -55%;
    }
    .price-vector2 {
        position: absolute;
        width: 160px;
        height: 160px;
        left: -4%;
        top: -35%;
    }
    .price-vector3 {
        position: absolute;
        width: 165px;
        height: 165px;
        left: 95%;
        top: 0;
    }
    .price-vector4 {
        position: absolute;
        width: 224px;
        height: 224px;
        left: -10%;
        top: 100%;
    }
    /* price vector end */
    /* <!-- service vector start code --> */
    .service-vector {
        position: absolute;
        width: 165px;
        height: 165px;
        left: -11%;
        top: 80%;
    }
    /* <!-- service vector end code --> */
    /* form 3vector start */
    .form3-vector {
        position: absolute;
        width: 180x;
        height: 180px;
        top: 20px;
        left: 90%;
    }
    /* form3 vector end */
    /* VECTOR END CODE */
}

@media screen and (max-width: 1500px) {
    section {
        width: 100%;
        max-width: 75%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .menu-content {
        width: 100%;
        max-width: 75%;
        margin: 0 auto;
        display: flex;
        position: fixed;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .header-maincontent {
        max-width: 75%;
    }
    .landing-screenitem2 {
        width: 100%;
        height: 700px;
        position: relative;
        text-align: center;
        position: relative;
    }
    .landing-screenitem2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .recipe-content {
        width: 100%;
        max-width: 75%;
    }
    .form3-container {
        margin: 210px auto 0 auto;
        z-index: 2;
    }
    .form3-content {
        width: 100%;
    }
    .form3-item {
        width: 100%;
        height: 130px;
        padding: 0;
    }
    .form3-item span {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 26px;
        line-height: 32px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .form3-item #form3-open {
        width: 206px;
        height: 55px;
        border: 2px solid #ffffff;
        box-sizing: border-box;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 16px;
        display: flex;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        z-index: 2;
    }
    /* form3 end code */
}

@media screen and (max-width: 1350px) {
    section {
        max-width: 80%;
    }
    .menu-content {
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        display: flex;
        position: fixed;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    .header-maincontent {
        max-width: 80%;
    }
    .recipe-list3box li {
        width: 100%;
        margin: 0 auto;
        color: #ffffff;
        align-items: flex-start;
        list-style-type: disc;
        padding: 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        color: #ffffff;
    }
    /* <!-- service vector start code --> */
    .service-vector {
        position: absolute;
        width: 130px;
        height: 130px;
        left: -10%;
        top: 85%;
    }
    /* <!-- service vector end code --> */
}

@media screen and (max-width: 1275px) {
    section {
        max-width: 80%;
    }
    .recipe-content {
        max-width: 80%;
    }
    .header-maincontent {
        max-width: 80%;
    }
    .header-maintext h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 55px;
        line-height: 80px;
        /* or 123% */
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .project-container {
        margin-top: 0;
    }
    .project-head h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 43px;
        color: #ffffff;
    }
    .project-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 27px;
        text-align: center;
        color: #ffffff;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
    }
   /* PRICE START CODE */
  .price-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 180px;
}
.price-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 30px;
}
.price-head h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    color: #ffffff;
}

.text-center {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: 52px;
    padding-bottom: 25px;
}

.text-center h3{

    font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;

color: #FFFFFF;
}

.list-open1{
    width: 100%;
    height:fit-content;
    display:flex;
    align-items: center;
    margin-top:15px;
}

.list-open1 p{
    font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 23px;

color: #FFFFFF;
}

.list-open1 img{
   
    margin-left:15px;
}


.list-box{
    width: 100%;
    height:fit-content;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-top:15px;
    margin-bottom: 15px;
}


.list-box li{
    width:100%;
    height:fit-content;
    display:flex;
    align-items: flex-start;
    font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 19px;
color: #FFFFFF;
margin-top: 15px;
}

.list-box li img{
    margin-right:10px;
}



.price-boxbluehead {
    width: 100%;
    height: 60px;
    background: #181828;
    border: 2px solid #00a3ff;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.priceblue-item {
    width: 100%;
    height: fit-content;
    background: #25253e;
    border: 2px solid #4b8ddb;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.price-boxbluehead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.priceblue-item span {
    width: 90%;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #4b8ddb;
    margin-top: 45px;
}
.priceblue-item button {
    width: 90%;
    height: 59px;
    background: #4b8ddb;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
}
.priceblue-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 15px;
}
.priceblue-item i span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    /* or 122% */
    color: #ffffff;
}
.price-boxpurple {
    width: 32%;
    height: fit-content;
}
.price-boxpurplehead {
    width: 100%;
    height: 60px;
    background: #181828;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-boxpurplehead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.pricepurple-item {
    width: 100%;
    height: fit-content;
    background: #25253e;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.pricepurple-item span {
    width: 90%;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    margin-top: 45px;
    color: #711f7e;
}
.pricepurple-item button {
    width: 90%;
    height: 59px;
    background: #711f7e;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
}
.pricepurple-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 15px;
}
.pricepurple-item i span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
}
.price-content i span i {
    font-size: 14px;
    color: #fbb226;
}
/*  */
/*  */
.price-boxyellow {
    width: 32%;
    height: fit-content;
}
.price-boxyellowhead {
    width: 100%;
    height: 60px;
    background: #181828;
    border: 2px solid #fbb226;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-boxyellowhead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.priceyellow-item {
    width: 100%;
    height: fit-content;
    background: #25253e;
    border: 2px solid #fbb226;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.priceyellow-item span {
    width: 90%;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    margin-top: 45px;
    color: #fbb226;
}
.priceyellow-item button {
    width: 90%;
    height: 59px;
    background: #fbb226;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
}
.priceyellow-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 15px;
}
.priceyellow-item i span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}
/* PRICE END CODE */
    /* form3 start code */
    .form3-container {
        width: 100%;
        height: 100px;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 3;
        margin-top: 200px;
        margin-bottom: 100px;
    }
    .form3-content {
        width: 100%;
        display: flex;
        margin: 0 auto;
    }
    .form3-item {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
        background: #711f7e;
    }
    .form3-item span {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 37px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .form3-item #form3-open {
        width: 170px;
        height: 45px;
        border: none;
        cursor: pointer;
        background: transparent;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 19px;
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    .tagcontent a {
        width: 16%;
    }
    /* form3 end code */
    /* vector start  */
    /* landing screen vector start */
    .lan-vector1 {
        position: absolute;
        width: 400px;
        height: 90px;
        top: -13%;
        left: -20%;
    }
    .lan-vector2 {
        position: absolute;
        width: 150px;
        height: 150x;
        top: 90%;
        left: 88%;
    }
    /* landing screen vector end */
    /* vector end */
    /* price vector start */
    .price-vector1 {
        position: absolute;
        width: 150px;
        height: 150px;
        left: -5%;
        top: -50%;
        z-index: -1;
    }
    .price-vector2 {
        position: absolute;
        width: 90px;
        height: 90px;
        left: 1.5%;
        top: -37%;
        z-index: -1;
    }
    .price-vector3 {
        position: absolute;
        width: 130px;
        height: 130px;
        left: 91%;
        top: -50px;
        z-index: -1;
    }
    .price-vector4 {
        position: absolute;
        width: 185px;
        height: 185px;
        left: -5%;
        top: 85%;
    }
    /* price vector end */
    /* <!-- service vector start code --> */
    .service-vector {
        position: absolute;
        width: 130px;
        height: 130px;
        left: -4%;
        top: 95%;
    }
    /* <!-- service vector end code --> */
    /* form 3vector start */
    .form3-vector {
        position: absolute;
        width: 150x;
        height: 150px;
        top: 20px;
        left: 90%;
    }
    /* form3 vector end */
    /* VECTOR END CODE */
}

@media screen and (max-width: 1050px) {
    .navbar {
        display: none;
    }
    .contacktel {
        display: none;
    }
    .main-vector {
        display: none;
    }
    .navbar.sticky {
        display: none;
    }
    .sosial {
        display: none;
    }
    /* sosidal startcode */
    .contack-sosyal {
        display: flex;
    }
    .page-up {
        display: none;
    }
    section {
        max-width: 85%;
    }
    .header-maincontent {
        max-width: 85%;
    }
    /* landing-screen  start  */
    .landing-screencontainer {
        width: 100%;
        height: fit-content;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 140px auto 0 auto;
        position: relative;
    }
    .landing-screenitem {
        width: 100%;
        height: fit-content;
        background: #181828;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        padding: 35px;
    }
    .landing-screenitem h2 {
        width: 100%;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
    }
    .landing-screenitem p {
        width: 80%;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 26px;
        color: #ffffff;
    }
    .landing-screencontent {
        width: 100%;
        max-width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .landing-screenitem2 {
        width: 100%;
        height: 600px;
        text-align: center;
        position: relative;
    }
    .landing-screenitem2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .project-text span {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        margin: 0;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
    }
    .project-box {
        width: 100%;
        height: 370px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-img {
        width: 100%;
        height: 260px;
    }
    .project-text {
        width: 100%;
        height: 110px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 15px 10px;
    }
    .project-content a {
        width: 48%;
        display: block;
    }
    .form3-container {
        margin-top: 150px;
    }
    .tagcontainer {
        margin-top: 0px;
    }
    /* landing-screen  end */
    /* VECTOR START CODE */
    /* landing screen vector start */
    .lan-vector1 {
        position: absolute;
        width: 603.49px;
        height: 123px;
        top: -80px;
        left: -41%;
        z-index: -1;
        display: none;
    }
    .lan-vector2 {
        position: absolute;
        width: 214.62px;
        height: 214px;
        top: 93%;
        left: 90%;
        z-index: -1;
        display: none;
    }
    /* landing screen vector end */
    /*  form 3 vector start */
    .vector-9 {
        position: absolute;
        width: 156px;
        height: 156px;
        left: 258px;
        top: 4910px;
        z-index: -1;
        display: none;
    }
    .vector-10 {
        position: absolute;
        width: 214.61px;
        height: 214px;
        left: 1440px;
        z-index: -1;
        top: 5110px;
        display: none;
    }
    /* form 3 vector end */
    /* vector end */
    /* VECTOR START CODE */
    /* price vector start */
    .price-vector1 {
        position: absolute;
        width: 295px;
        height: 295px;
        left: -15%;
        top: -55%;
        z-index: -1;
        display: none;
    }
    .price-vector2 {
        position: absolute;
        width: 179.32px;
        height: 179.32px;
        left: -4%;
        z-index: -1;
        top: -30%;
        display: none;
    }
    .price-vector3 {
        position: absolute;
        width: 196px;
        height: 196px;
        left: 95%;
        top: 0;
        z-index: -1;
        display: none;
    }
    .price-vector4 {
        position: absolute;
        width: 224px;
        height: 224px;
        left: -10%;
        top: 100%;
        z-index: -1;
        display: none;
    }
    /* price vector end */
    /* <!-- service vector start code --> */
    .service-vector {
        position: absolute;
        width: 196px;
        height: 196px;
        left: -15%;
        top: 80%;
        z-index: -1;
        display: none;
    }
    /* <!-- service vector end code --> */
    /* form 3vector start */
    .form3-vector {
        position: absolute;
        width: 214.61px;
        height: 214px;
        top: 20px;
        left: 90%;
        z-index: -1;
        display: none;
    }
    /* form3 vector end */
    /* VECTOR END CODE */
}

@media screen and (max-width: 910px) {
    .sosial {
        display: none;
    }
    .header-maincontainer {
        width: 100vw;
        height: 300px;
        display: flex;
        flex-direction: column;
        background: url(../img/poster8.svg);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    .header-maincontent {
        width: 100%;
        height: 100%;
        max-width: 85%;
        display: flex;
        padding-bottom: 15px;
        margin: 0 auto;
        justify-content: space-around;
    }
    .header-maintext {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        z-index: 1;
    }
    .header-bas {
        width: 100%;
        height: 50%;
        display: flex;
        align-items: center;
    }
    .header-maintext h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 60px;
        /* or 123% */
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .header-maintext a {
        color: #ffffff;
        position: relative;
        padding: 10px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 20px;
    }
    .next-back img {
        width: 20px;
    }
    .header-mainimg img {
        width: 50px;
        height: 50x;
    }
    /* landing-screen  start  */
    .landing-screencontainer {
        width: 100%;
        height: fit-content;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 100px auto 0 auto;
        position: relative;
    }
    .landing-screenitem {
        width: 100%;
        height: fit-content;
        background: #181828;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        padding: 35px;
    }
    .landing-screenitem h2 {
        width: 100%;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #ffffff;
    }
    .landing-screenitem p {
        width: 100%;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
    }
    .landing-screencontent {
        width: 100%;
        max-width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .landing-screenitem2 {
        width: 100%;
        height: fit-content;
        text-align: center;
        position: relative;
    }
    .landing-screenitem2 img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    /* landing-screen  end */
    .project-content {
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .project-content a {
        width: 49%;
        display: block;
        margin-bottom: 20px;
    }
    .project-box {
        width: 100%;
        height: 400px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-box:hover {
        border: 2px solid #fbb226;
        box-sizing: border-box;
    }
    .project-img {
        width: 100%;
        height: 280px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: 120px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 15px 10px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        color: #ffffff;
    }
     /* PRICE START CODE */
  .price-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 100px;
}
.price-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 30px;
}
.price-head h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 43px;
    color: #ffffff;
}


.text-center {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: 52px;
    padding-bottom: 25px;
}

.text-center h3{

    font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 28px;

color: #FFFFFF;
}

.list-open1{
    width: 100%;
    height:fit-content;
    display:flex;
    align-items: center;
    margin-top:15px;
}

.list-open1 p{
    font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 23px;

color: #FFFFFF;
}

.list-open1 img{
   
    margin-left:15px;
}


.list-box{
    width: 100%;
    height:fit-content;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-top:15px;
    margin-bottom: 15px;
}


.list-box li{
    width:100%;
    height:fit-content;
    display:flex;
    align-items: flex-start;
    font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 19px;
color: #FFFFFF;
margin-top: 15px;
}

.list-box li img{
    margin-right:10px;
}









.price-boxbluehead {
    width: 100%;
    height: 60px;
    background: #181828;
    border: 2px solid #00a3ff;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-boxbluehead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.priceblue-item span {
    width: 90%;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #4b8ddb;
    margin-top: 45px;
}
.priceblue-item button {
    width: 90%;
    height: 45px;
    background: #4b8ddb;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
}
.priceblue-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 15px;
}
.priceblue-item i span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* or 122% */
    color: #ffffff;
}

.price-boxpurplehead {
    width: 100%;
    height: 60px;
    background: #181828;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-boxpurplehead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.pricepurple-item span {
    width: 90%;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-top: 45px;
    color: #711f7e;
}
.pricepurple-item button {
    width: 90%;
    height: 45px;
    background: #711f7e;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
}
.pricepurple-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 10px;
}
.pricepurple-item i span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}
.price-content i span i {
    font-size: 12px;
    color: #fbb226;
}
/*  */
/*  */

.price-boxyellowhead {
    width: 100%;
    height: 60px;
    background: #181828;
    border: 2px solid #fbb226;
    box-sizing: border-box;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.price-boxyellowhead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.priceyellow-item span {
    width: 90%;
    height: 54px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-top: 45px;
    color: #fbb226;
}
.priceyellow-item button {
    width: 90%;
    height: 45px;
    background: #fbb226;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 34px;
}
.priceyellow-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 10px;
}
.priceyellow-item i span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
}
/* PRICE END CODE */
    /* form3 start code */
    .form3-container {
        width: 100%;
        height: 100px;
        align-items: center;
        justify-content: flex-start;
        position: relative;
        z-index: 3;
        margin-top: 80px;
        margin-bottom: 50px;
    }
    .form3-content {
        width: 100%;
        display: flex;
        margin: 0 auto;
    }
    .form3-item {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0px;
        background: #711f7e;
    }
    .form3-item span {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 29px;
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    .form3-item #form3-open {
        width: 170px;
        height: 45px;
        border: none;
        cursor: pointer;
        background: transparent;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 19px;
        color: #ffffff;
        border: 2px solid #ffffff;
    }
    .tagcontent a {
        width: 16%;
        font-size: 9px;
    }
    /* form3 end code */
}

@media screen and (max-width:720px) {
    .header-maincontainer {
        width: 100vw;
        height: 220px;
        display: flex;
        flex-direction: column;
        background: url(../img/poster8.svg);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    .next-back {
        display: none;
    }
    .header-mainimg {
        display: none;
    }
    #allscreen-photo {
        display: none;
    }
    #mobil-photo {
        display: flex;
    }
    .landing-screencontent {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .landing-screenitem2 {
        width: 100%;
        height: fit-content;
        text-align: center;
        position: relative;
    }
    .landing-screenitem2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /*  project start code */
    .project-container {
        display: none;
    }
    .project-slider-container {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 100px;
    }
    .project-slider-container h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 43px;
        color: #ffffff;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .project-slider-container .project-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        position: relative;
    }
    .project-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .project-content p {
        width: 100%;
        margin: 20px;
        color: #ffffff;
        text-align: center;
    }
    .project-content a {
        width: 100%;
        display: block;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .project-box {
        width: 100%;
        height: fit-content;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-box:hover {
        border: 2px solid #fbb226;
        box-sizing: border-box;
    }
    .project-img {
        width: 100%;
        height: 260px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: fit-content;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 20px 10px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        text-align: center;
        color: #ffffff;
    }
    .project-content a:hover .project-text {
        background: #fbb226;
    }
    .project-slider {
        width: 100%;
        display: flex;
        position: relative;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .project-slider .owl-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project-slider button {
        width: 20%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px;
    }
    /*  project end code */
     /* PRICE START CODE */
  .price-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 80px;
}
.price-content {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0 auto;
}
.price-head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 30px;
}
.price-head h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 24px;
    color: #FFFFFF;
}
/*  */
/*  */
.price-boxblue {
    width: 100%;
    height: fit-content;
    margin-bottom: 20px;
    border: 2px solid #00a3ff;
    box-sizing: border-box;
    background: #25253e;
}
.price-boxbluehead {
    width: 100%;
    height: 70px;
    background: #181828;
    border: none;
    box-sizing: border-box;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a3ff;
}
.price-boxbluehead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.priceblue-item {
    width: 100%;
    height: fit-content;
    background: #25253e;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top:20px;
}
.priceblue-item span {
    width: 234px;
    height: 44px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #ffffff;
    margin-top: 0px;
}
.priceblue-item button {
    width: 234px;
    height: 53px;
    background: #4b8ddb;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.6s;
    margin-top: 20px;
}
.priceblue-item button:hover {
    background: #fbb226;
}
.text-center {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: 52px;
    padding-bottom: 25px;
}

.text-center h3{

    font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px;

color: #FFFFFF;
}

.list-open1{
    width: 100%;
    height:fit-content;
    display:flex;
    align-items: center;
    margin-top:15px;
}

.list-open1 p{
    font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 23px;

color: #FFFFFF;
}

.list-open1 img{
   
    margin-left:15px;
}


.list-box{
    width: 100%;
    height:fit-content;
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-top:15px;
    margin-bottom: 15px;
}


.list-box li{
    width:100%;
    height:fit-content;
    display:flex;
    align-items: flex-start;
    font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 19px;
color: #FFFFFF;
margin-top: 15px;
}

.list-box li img{
    margin-right:10px;
}

.priceblue-item i {
    color: #4b8ddb;
    margin-right: 0px;
    margin-bottom: 20px;
}
.priceblue-item i span {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */
    color: #ffffff;
    margin-left: 5px;
}
.price-content i span i {
    font-size: 14px;
    color: #fbb226;
}
/*  */
/*  */
.price-boxpurple {
    width: 100%;
    height: fit-content;
    background: #181828;
    border: 2px solid #711F7E;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top:20px;
}
.price-boxpurplehead {
    width: 100%;
    height: 70px;
    background: #181828;
    border: none;
    box-sizing: border-box;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #711F7E;
}
.price-boxpurplehead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.pricepurple-item {
    width: 100%;
    height: fit-content;
    background: #25253e;
    border: 2px solid #711f7e;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top:0px;
}
.pricepurple-item span {
    width: 234px;
    height: 44px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    margin-top: 20px;
    color: #FFFFFF;
}
.pricepurple-item button {
    width: 266px;
    height: 52px;
    background: #711f7e;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 20px;
}
.pricepurple-item button:hover {
    background: #fbb226;
}
.pricepurple-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 20px;
}
.pricepurple-item i span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin-left: 5px;
}
.price-content i span i {
    font-size: 14px;
    color: #fbb226;
}
/*  */
/*  */
.price-boxyellow {
    width: 100%;
    height: fit-content;
    border: 2px solid #fbb226;
    margin-top:20px;
}
.price-boxyellowhead {
    width: 100%;
    height: 70px;
    background: #FBB226;
    box-sizing: border-box;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.price-boxyellowhead h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
}
.priceyellow-item {
    width: 100%;
    height: fit-content;
    background: #25253e;
    border: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top:0px;
}
.priceyellow-item span {
    width: 234px;
    height: 44px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    margin-top: 20px;
    color: #ffffff;
}
.priceyellow-item button {
    width: 266px;
    height: 52px;
    background: #fbb226;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.6s;
    margin-top: 20px;
}
.priceyellow-item button:hover {
    background: #711f7e;
}
.priceyellow-item i {
    color: #4b8ddb;
    margin-right: 5px;
    margin-bottom: 10px;
}
.priceyellow-item i span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin-left: 5px;
}
/* PRICE END CODE */
    /*FORM 3 START CODE  */
    .form3-container {
        display: none;
    }
    /* FORM 3 END CODE */
    /* SOSIAL START CODE */
    .contack-sosyal {
        width: 50%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px;
    }
    .wk-box {
        width: 60px;
        height: 60px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        transition: .5s all ease;
        margin-right: 0px;
        transition: .5s all ease;
        animation-name: ani1;
        animation-duration: .5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transform-style: preserve-3d;
    }
    .wk-box a img {
        width: 30px;
        height: 30px;
    }
    .wk-box:hover {
        transform: scale(1.4);
    }
    .odnoclass-box {
        width: 60px;
        height: 60px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        transition: .5s all ease;
        margin-right: 0px;
        transition: .5s all ease;
        animation-name: ani2;
        animation-duration: .5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transform-style: preserve-3d;
    }
    .odnoclass-box a img {
        width: 30px;
        height: 30px;
    }
    .odnoclass-box:hover {
        transform: scale(1.4);
    }
    .telegram-box {
        width: 60px;
        height: 60px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        transition: .5s all ease;
        animation-name: ani3;
        animation-duration: .5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transform-style: preserve-3d;
    }
    .telegram-box a img {
        width: 30px;
        height: 30px;
    }
    .telegram-box:hover {
        transform: scale(1.4);
    }
    @keyframes ani1 {
        from {
            border: 2px solid red;
        }
        to {
            border: 2px solid yellow;
        }
    }
    @keyframes ani2 {
        from {
            border: 2px solid yellow;
        }
        to {
            border: 2px solid red;
        }
    }
    @keyframes ani3 {
        from {
            border: 2px solid green;
        }
        to {
            border: 2px solid #711f7e;
        }
    }
    /* SOSIAL end CODE */
}


/* Корпоративные сайты START CODE */

@media screen and (max-width:575px) {
    .header-maincontainer {
        width: 100vw;
        height: 200px;
        display: flex;
        flex-direction: column;
        background: url(../img/poster8.svg);
        background-size: cover;
        background-repeat: no-repeat;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }
    .header-maintext h2 {
        width: 60%;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        /* or 123% */
        display: flex;
        align-items: center;
        color: #ffffff;
    }
    /* landing-screen  start  */
    .landing-screencontainer {
        width: 100%;
        height: 450px;
        display: flex;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 22px auto 0 auto;
        position: relative;
    }
    .landing-screenitem {
        width: 100%;
        height: fit-content;
        background: #181828;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        padding: 22px;
    }
    .landing-screenitem h2 {
        width: 100%;
        height: 28px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
    }
    .landing-screenitem p {
        width: 100%;
        height: 84px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 15px;
        color: #ffffff;
    }
    .landing-screencontent {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }
    .landing-screenitem2 {
        width: 100%;
        height: 300px;
        text-align: center;
        position: relative;
    }
    .landing-screenitem2 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    /* landing-screen  end */
    /*  project start code */
    .project-container {
        display: none;
    }
    .project-slider-container {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 60px;
    }
    .project-slider-container h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #FFFFFF;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .project-slider-container .project-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        position: relative;
    }
    .project-content {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        box-sizing: border-box;
        margin: 0 auto;
    }
    .project-box {
        width: 100%;
        height: 339px;
        display: flex;
        box-sizing: border-box;
        align-items: center;
        flex-direction: column;
        border: 2px solid gray;
        justify-content: space-between;
        transition: all 0.8s;
    }
    .project-box:hover {
        border: 2px solid #fbb226;
        box-sizing: border-box;
    }
    .project-img {
        width: 100%;
        height: 235px;
    }
    .project-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .project-text {
        width: 100%;
        height: 104px;
        background: #25253e;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all 0.6s;
        padding: 10px 5px;
    }
    .project-text span {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }
    .project-text p {
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #ffffff;
    }
    .project-content a:hover .project-text {
        background: #fbb226;
    }
    .project-slider {
        width: 100%;
        display: flex;
        position: relative;
        margin: 0 auto;
        align-items: center;
        justify-content: center;
    }
    .project-slider .owl-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .project-slider button {
        width: 20%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px;
    }
    /*  project end code */
    
    /* SOSIAL START CODE */
    .contack-sosyal {
        width: 75%;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px;
    }
    .wk-box {
        width: 60px;
        height: 60px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        transition: .5s all ease;
        margin-right: 0px;
        transition: .5s all ease;
        animation-name: ani1;
        animation-duration: .5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transform-style: preserve-3d;
    }
    .wk-box a img {
        width: 30px;
        height: 30px;
    }
    .wk-box:hover {
        transform: scale(1.4);
    }
    .odnoclass-box {
        width: 60px;
        height: 60px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        transition: .5s all ease;
        margin-right: 0px;
        transition: .5s all ease;
        animation-name: ani2;
        animation-duration: .5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transform-style: preserve-3d;
    }
    .odnoclass-box a img {
        width: 30px;
        height: 30px;
    }
    .odnoclass-box:hover {
        transform: scale(1.4);
    }
    .telegram-box {
        width: 60px;
        height: 60px;
        border: 2px solid #711f7e;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        transition: .5s all ease;
        animation-name: ani3;
        animation-duration: .5s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        transform-style: preserve-3d;
    }
    .telegram-box a img {
        width: 30px;
        height: 30px;
    }
    .telegram-box:hover {
        transform: scale(1.4);
    }
    @keyframes ani1 {
        from {
            border: 2px solid red;
        }
        to {
            border: 2px solid yellow;
        }
    }
    @keyframes ani2 {
        from {
            border: 2px solid yellow;
        }
        to {
            border: 2px solid red;
        }
    }
    @keyframes ani3 {
        from {
            border: 2px solid green;
        }
        to {
            border: 2px solid #711f7e;
        }
    }
    /* SOSIAL end CODE */
}


/* Корпоративные сайты END CODE */